home *** CD-ROM | disk | FTP | other *** search
- ; okidata8.INF
- ;
- ; List of Adobe supported printers
- ;
-
- [Version]
- Signature="$CHICAGO$"
- Class=Printer
- Provider=%MS%
- LayoutFile=layout.inf
-
- ; The Manufacturer sections lists all of the manufacturers
- ; that we willdisplay in the Dialog box
-
- [Manufacturer]
- "Okidata"
-
- ; Model sections. Each section here corresponds with an entry listed in the
- ; [Manufacturer] section, above. The models will be displayed in the order
- ; that they appear in the INF file.
-
- [Okidata]
- "Okidata OL810e/PS PostScript" = OK810E_1.PPD,Okidata_OL810e/PS_PostScript
- "Okidata OL1200/PS PostScript" = OK1200_1.PPD,Okidata_OL1200/PS_PostScript
-
- ; Installer Sections
-
- [OK810E_1.PPD]
- CopyFiles=@OK810E_1.PPD,PSCRIPT
- DataSection=PSCRIPT_DATA
-
- [OK1200_1.PPD]
- CopyFiles=@OK1200_1.PPD,PSCRIPT
- DataSection=PSCRIPT_DATA
-
- ; Data Sections
- ;
-
- [PSCRIPT_DATA]
- DriverFile=PSCRIPT.DRV
- HelpFile=PSCRIPT.HLP
- LanguageMonitor=%PS_MONITOR%
-
- ; Copy Sections
- ;
-
- [PSCRIPT]
- PSCRIPT.DRV
- PSCRIPT.HLP
- PSCRIPT.INI
- TESTPS.TXT
- APPLE380.SPD
- FONTS.MFM
- ICONLIB.DLL
- PSMON.DLL
-
- [DestinationDirs]
- DefaultDestDir=11
-
- [Strings]
- MS="Microsoft"
- CLASSNAME="Printer"
- PS_MONITOR="PostScript Language Monitor,PSMON.DLL"
-
-